home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.uib.no!usenet
- From: Thomas Mork Farrelly <uk236@brems.ii.uib.no>
- Newsgroups: comp.lang.c++
- Subject: List of functions within an object
- Date: Tue, 16 Apr 1996 17:44:14 +0200
- Organization: Universitetet i Bergen
- Message-ID: <3173C04E.2781E494@brems.ii.uib.no>
- NNTP-Posting-Host: klegg.ii.uib.no
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 3.0b2 (X11; I; SunOS 4.1.3 sun4c)
-
- Is there a safe ( compiler-independent ) way
- of getting a list of functions in an object.
- I need a pointer to each function in an object.
- Preferrably also to variables.
-
- ...ok, ok, I want pointers to all declarations.
-
- Is this possible? How?
-